home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / misc / prtfolio / marathon / p_gui14d.exe / PORTGUI.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-10-21  |  1.1 KB  |  74 lines

  1. @Echo Off
  2. :Begin
  3. PG 11
  4. Goto Check
  5. :Start
  6. PG 11
  7. :Check
  8. If ErrorLevel 22 goto Icon22
  9. If ErrorLevel 21 goto Icon21
  10. If ErrorLevel 20 goto Icon20
  11. If ErrorLevel 19 goto Icon19
  12. If ErrorLevel 18 goto Icon18
  13. If ErrorLevel 17 goto Icon17
  14. If ErrorLevel 16 goto Icon16
  15. If ErrorLevel 15 goto Icon15
  16. If ErrorLevel 14 goto Icon14
  17. If ErrorLevel 13 goto Icon13
  18. If ErrorLevel 12 goto Icon12
  19. If ErrorLevel 11 goto Icon11
  20. If ErrorLevel 10 goto Icon10
  21. If ErrorLevel 9  goto Icon9
  22. If ErrorLevel 8  goto Icon8
  23. If ErrorLevel 7  goto Icon7
  24. If ErrorLevel 6  goto Icon6
  25. If ErrorLevel 5  goto Icon5
  26. If ErrorLevel 4  goto Icon4
  27. If ErrorLevel 3  goto Icon3
  28. If ErrorLevel 2  goto Icon2
  29. If ErrorLevel 1  goto Icon1
  30.  
  31. Rem *** Icon assign definitions: ***
  32. :Icon1
  33. App/D
  34. Goto Start
  35.  
  36. :Icon2
  37. App/A
  38. Goto Start
  39.  
  40. :Icon3
  41. App/E
  42. Goto Start
  43.  
  44. :Icon4
  45. App/W
  46. Goto Start
  47.  
  48. :Icon5
  49. App/C
  50. Goto Start
  51.  
  52. :Icon6
  53. App/S
  54. Goto Start
  55.  
  56. :Icon7
  57. Functio
  58. Goto Start
  59.  
  60. :Icon8
  61. Math
  62. Goto Start
  63.  
  64. :Icon9
  65. Tetrad
  66. Goto Start
  67.  
  68. :Icon11
  69. Off
  70. Goto Begin
  71.  
  72. :Icon10
  73. echo Back to the good ol' prompt!
  74.